﻿2026-06-15T10:07:40.5828393Z ##[group]Run actions/checkout@v5
2026-06-15T10:07:40.5829445Z with:
2026-06-15T10:07:40.5829887Z   fetch-depth: 0
2026-06-15T10:07:40.5830377Z   repository: SaberMage/spt-core
2026-06-15T10:07:40.5833822Z   token: ***
2026-06-15T10:07:40.5834227Z   ssh-strict: true
2026-06-15T10:07:40.5834634Z   ssh-user: git
2026-06-15T10:07:40.5835047Z   persist-credentials: true
2026-06-15T10:07:40.5835494Z   clean: true
2026-06-15T10:07:40.5835920Z   sparse-checkout-cone-mode: true
2026-06-15T10:07:40.5836396Z   fetch-tags: false
2026-06-15T10:07:40.5836820Z   show-progress: true
2026-06-15T10:07:40.5837248Z   lfs: false
2026-06-15T10:07:40.5837638Z   submodules: false
2026-06-15T10:07:40.5838080Z   set-safe-directory: true
2026-06-15T10:07:40.5838738Z ##[endgroup]
2026-06-15T10:07:40.6632006Z Syncing repository: SaberMage/spt-core
2026-06-15T10:07:40.6633693Z ##[group]Getting Git version info
2026-06-15T10:07:40.6634412Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-15T10:07:40.6635505Z [command]/usr/bin/git version
2026-06-15T10:07:40.6635954Z git version 2.43.0
2026-06-15T10:07:40.6638861Z ##[endgroup]
2026-06-15T10:07:40.6649984Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/67964ee9-994b-49cb-aaf3-cc64ba3992ed' before making global git config changes
2026-06-15T10:07:40.6651688Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T10:07:40.6653145Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T10:07:40.6683974Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-15T10:07:40.6704258Z https://github.com/SaberMage/spt-core
2026-06-15T10:07:40.6714832Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T10:07:40.6717466Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T10:07:40.6741536Z HEAD
2026-06-15T10:07:40.6775073Z ##[endgroup]
2026-06-15T10:07:40.6775698Z [command]/usr/bin/git submodule status
2026-06-15T10:07:40.6957390Z ##[group]Cleaning the repository
2026-06-15T10:07:40.6959743Z [command]/usr/bin/git clean -ffdx
2026-06-15T10:07:43.6251351Z Removing .adapter-notify/
2026-06-15T10:07:43.6253115Z Removing target/
2026-06-15T10:07:43.6261488Z [command]/usr/bin/git reset --hard HEAD
2026-06-15T10:07:43.6437447Z HEAD is now at 2c77642 Merge caaf797a83c8148cf7400c2a595969aeca03e80d into e08cea0dd604d378c77233876ff9f9d895d6ff7e
2026-06-15T10:07:43.6442043Z ##[endgroup]
2026-06-15T10:07:43.6443847Z ##[group]Disabling automatic garbage collection
2026-06-15T10:07:43.6447645Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T10:07:43.6476585Z ##[endgroup]
2026-06-15T10:07:43.6477870Z ##[group]Setting up auth
2026-06-15T10:07:43.6484088Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T10:07:43.6514648Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T10:07:43.6708784Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T10:07:43.6735087Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T10:07:43.6912923Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T10:07:43.6972728Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T10:07:43.7158446Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T10:07:43.7187551Z ##[endgroup]
2026-06-15T10:07:43.7189119Z ##[group]Fetching the repository
2026-06-15T10:07:43.7195461Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +2c7764209dc8029babab00e627f25a31b32a0332:refs/remotes/pull/12/merge
2026-06-15T10:07:44.5993356Z From https://github.com/SaberMage/spt-core
2026-06-15T10:07:44.5994128Z    ac6c802..caaf797  docs/msg-envelope-adr-0020 -> origin/docs/msg-envelope-adr-0020
2026-06-15T10:07:44.5994856Z  * [new branch]      fix/update-apply-confident-message -> origin/fix/update-apply-confident-message
2026-06-15T10:07:44.6021477Z ##[endgroup]
2026-06-15T10:07:44.6022025Z ##[group]Determining the checkout info
2026-06-15T10:07:44.6022550Z ##[endgroup]
2026-06-15T10:07:44.6026728Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T10:07:44.6066155Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T10:07:44.6089925Z ##[group]Checking out the ref
2026-06-15T10:07:44.6097830Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/12/merge
2026-06-15T10:07:44.6134538Z HEAD is now at 2c77642 Merge caaf797a83c8148cf7400c2a595969aeca03e80d into e08cea0dd604d378c77233876ff9f9d895d6ff7e
2026-06-15T10:07:44.6138320Z ##[endgroup]
2026-06-15T10:07:44.6171278Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T10:07:44.6192857Z 2c7764209dc8029babab00e627f25a31b32a0332
